Platform Explorer / Nuxeo Platform 6.0

Operation BulkRestartWorkflow (BulkRestartWorkflow)

Description

Bulk operation to restart workflows.
Operation id BulkRestartWorkflow
Category Workflow Context
Label BulkRestartWorkflow
Requires
Since

Parameters

Name Description Type Required Default value
workflowId string yes  
batchSize integer no  
nodeId string no  
reinitLifecycle boolean no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.api.operation.BulkRestartWorkflow
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "BulkRestartWorkflow",
  "label" : "BulkRestartWorkflow",
  "category" : "Workflow Context",
  "requires" : null,
  "description" : "Bulk operation to restart workflows.",
  "url" : "BulkRestartWorkflow",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "workflowId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "batchSize",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "nodeId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "reinitLifecycle",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}